home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / desktop / vizeon / setup.exe / AppDir\Vizeon Office\games\ss11_trial.swf / scripts / DefineButton2_486 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-02-18  |  157 b   |  9 lines

  1. on(release){
  2.    prevFrame();
  3.    _root.toggleSound = _root.toggleSound == false;
  4.    if(_root.toggleSound == false)
  5.    {
  6.       stopAllSounds();
  7.    }
  8. }
  9.